projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
945acc7
)
(rmail-retry-failure): Discard rmail-ignored-headers.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 16 Mar 2009 13:42:31 +0000
(13:42 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 16 Mar 2009 13:42:31 +0000
(13:42 +0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 3396d110752ac250dbdf255854f7d1dc55094282..3fa649e32af10f5097e6f5552a8eaeede225cdcd 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-3758,6
+3758,7
@@
specifying headers which should not be copied into the new message."
(mail-sendmail-delimit-header)
(save-restriction
(narrow-to-region (point-min) (mail-header-end))
+ (rmail-delete-headers rmail-ignored-headers)
(rmail-delete-headers rmail-retry-ignored-headers)
(rmail-delete-headers "^\\(sender\\|return-path\\|received\\):")
(setq resending (mail-fetch-field "resent-to"))